Title: Notarization Authority Utilities
Description:
Copyright: Copyright (c) 2003
Company: UCSC
| Method Detail |
public String getDate()
public String getDate(Date d)
d - Date objectpublic String getDate(long UTC)
UTC - long integer format
public String getDate(int year,
int month,
int date)
year - month - date - public String getTime()
public String getTime(Date d)
d - Date objectpublic String getTime(long UTC)
UTC - long integer formatpublic long getUTC()
public int getYEAR()
public int getYEAR(Date date)
date - Date objectpublic int getDAY_OF_MONTH()
public int getDAY_OF_MONTH(Date date)
date - Date objectpublic int getMONTH()
public int getMONTH(Date date)
date - Date objectpublic int getHOUR_OF_DAY()
public int getMINUTE()
public int getSECOND()